Skip to content

build(deps): bump yaml-language-server from 1.23.0 to 1.24.0 in /org.eclipse.wildwebdeveloper#2168

Merged
akurtakov merged 1 commit into
masterfrom
dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/yaml-language-server-1.24.0
Jul 9, 2026
Merged

build(deps): bump yaml-language-server from 1.23.0 to 1.24.0 in /org.eclipse.wildwebdeveloper#2168
akurtakov merged 1 commit into
masterfrom
dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/yaml-language-server-1.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps yaml-language-server from 1.23.0 to 1.24.0.

Changelog

Sourced from yaml-language-server's changelog.

1.24.0

  • Feat: Add support for declaring a schema using an inline $schema property. See #964.
  • Feat: Add support for the yaml.disableSchemaDetection setting to disable automatic schema association for matching files. See #1140 and vscode-yaml#245.
  • Feat: Add support for disabling schema validation via modeline. See #446.
  • Feat: Automatically disable schema detection for dbt, Docker Compose, GitHub Actions, and Azure Pipelines files when the corresponding extension is installed. See vscode-yaml#1251 and vscode-yaml#1261.
  • Feat: Add a selectable "No JSON Schema" option to the schema picker. See vscode-yaml#991.
  • Feat: Support selecting multiple schemas in the schema picker. See vscode-yaml#983.
  • Feat: Support return types for yaml.customTags. See vscode-yaml#867.
  • Feat: Add the yaml.kubernetesVersion setting. See #211.
  • Fix: False "Matches multiple schemas when only one must validate" error when using direct Kubernetes standalone-strict/all.json schema URLs. See vscode-yaml#1180.
  • Fix: Stack overflow in YAML Language Server when trying to open the schema picker for a file with multiple schemas. See vscode-yaml#1249.
  • Fix: Ignore schema modeline comments after YAML content, allowing $schema properties to be commented out normally. See vscode-yaml#1260.
  • Fix: Missing schemas from SchemaStore. See vscode-yaml#1130.
  • Fix: Arrays with default and required values are not rendered correctly. See vscode-yaml#1187.
  • Fix: Autocomplete suggestions from conditional if schema branches. See #1266.
  • Fix: Broken indentation after pressing Enter in nested mappings. See vscode-yaml#1226 and #1258.
  • Fix: Allow schema to still validate even if Ajv fails. See #1269.
  • Fix: textDocument/codeLens request hangs on the first file opened. See #501.
  • Fix: Prepare for the transition to ES modules by removing the vscode-json-languageservice dependency. See #1069 and #1014.
  • Fix: GitHub issue forms schema not detected despite correct directory and naming. See vscode-yaml#1258.
  • Fix: Correct the default values of yaml.extension.recommendations and yaml.hoverSchemaSource. See vscode-yaml#1247.
  • Fix: Cannot Load content for: schema.json Unknown schema: file. See #948.
  • Fix: Imported jsonc-parser isn't listed as dependencies. See #1264.
  • Fix: Correct the vscode-languageserver-types version to prevent incompatible TypeScript types. See #1270.
  • Fix: yaml/get/all/jsonSchemas returns schema association declared with inline $schema. See #1290.
  • Fix: Status bar updates when editing inline $schema in YAML files. See vscode-yaml#1263.
  • Chore: Upgrade to ESLint 10 and enforce consistent type imports. See #1281 and #1282.
  • Chore: Upgrade to TypeScript 6. See #1275.

Thanks to Nicholas Bollweg, Heather Lapointe, Remco Haszing, Aidan Feldman, and Rafał Chłodnicki for your contributions.

Commits
  • 95ef21b CHANGELOG for 1.24.0
  • 968ce73 Update README.md (#1289)
  • c78770a fix: getSchemas should return inline $schema
  • 416ede2 fix: ignore modeline schema comment after yaml content
  • e569ce2 remove require from yamlSchemaService
  • 0c725ad Sarif ignore suppressed ESLint violations
  • ea4e668 Remove vscode-json-languageservice dependency (#1285)
  • 85e7699 Enforce consistent type imports
  • 0d181ee Rewrite Mocha tests to use promises
  • 83fe0bc Update to ESLint 10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) from 1.23.0 to 1.24.0.
- [Changelog](https://github.com/redhat-developer/yaml-language-server/blob/main/CHANGELOG.md)
- [Commits](redhat-developer/yaml-language-server@1.23.0...1.24.0)

---
updated-dependencies:
- dependency-name: yaml-language-server
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ NPM dependency license review required

The following NPM dependencies have licenses that are not yet vetted and require a review before they can be used:

  • npm/npmjs/-/yaml-language-server/1.24.0 (license: unknown, source: clearlydefined)

No review request could be created automatically (this happens for fork pull requests, where the GitLab token is unavailable). A committer can submit the review requests by commenting /request-license-review on this pull request. These dependencies must be approved before this change can be merged.

@akurtakov

Copy link
Copy Markdown
Contributor

/request-license-review

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

/request-license-review

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/actions/runs/28949714576

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ NPM dependency license review required

The following NPM dependencies have licenses that are not yet vetted and require a review before they can be used:

  • npm/npmjs/-/yaml-language-server/1.24.0 (license: unknown, source: clearlydefined) — review request

A review request has been submitted to the Eclipse IP team for each dependency listed above (see the linked issues). These dependencies must be approved before this change can be merged.

@akurtakov akurtakov merged commit 0d99102 into master Jul 9, 2026
12 of 13 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/org.eclipse.wildwebdeveloper/yaml-language-server-1.24.0 branch July 9, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant